diff options
Diffstat (limited to 'test/Concrete/_testingUtils.c')
-rw-r--r-- | test/Concrete/_testingUtils.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Concrete/_testingUtils.c b/test/Concrete/_testingUtils.c index 3afbc2fa..52e4f13e 100644 --- a/test/Concrete/_testingUtils.c +++ b/test/Concrete/_testingUtils.c @@ -1,3 +1,7 @@ +// This isn't a real test, just common code for the other ones. +// +// RUN: true + int printf(const char *fmt, ...); void print_int(unsigned long long val); |