about summary refs log tree commit diff stats
path: root/029tools.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-10 22:28:10 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-10 22:28:10 -0700
commitae2b59cf25e2cae2694af1974e550dd1bc5dd137 (patch)
tree512a51522f8a2f90a0b5fa4d6e5117ef38ad2fd8 /029tools.cc
parent677fa104d0271d466064711b2a0cb0048d6007ab (diff)
downloadmu-ae2b59cf25e2cae2694af1974e550dd1bc5dd137.tar.gz
1974
Diffstat (limited to '029tools.cc')
-rw-r--r--029tools.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/029tools.cc b/029tools.cc
index 11130e5f..9b090eb2 100644
--- a/029tools.cc
+++ b/029tools.cc
@@ -31,6 +31,12 @@ case TRACE: {
   break;
 }
 
+:(scenario trace_with_one_argument)
+recipe main [
+  trace [foo]
+]
++app: foo
+
 :(before "End Primitive Recipe Declarations")
 HIDE_WARNINGS,
 :(before "End Primitive Recipe Numbers")