diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 22:00:15 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 22:00:15 -0700 |
commit | 0e82b1d4277e947f19b63331f0a50dec90e0462c (patch) | |
tree | 8fa1df78c71c72ea8d9cd82fa91e100a3ac780b8 /cpp/041name | |
parent | 6ca059efce56104efc766255459e665fc7e7705b (diff) | |
download | mu-0e82b1d4277e947f19b63331f0a50dec90e0462c.tar.gz |
1185 - inline C++ in scenarios
Diffstat (limited to 'cpp/041name')
-rw-r--r-- | cpp/041name | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/041name b/cpp/041name index 6afb6b07..20d1222f 100644 --- a/cpp/041name +++ b/cpp/041name @@ -11,7 +11,7 @@ recipe main [ +mem: storing 0 in location 1 :(scenario convert_names_warns) -hide warnings +% Hide_warnings = true; recipe main [ x:integer <- copy y:integer ] |