aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_ASSIGNMULT_driver.c
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-28 20:37:19 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-03-28 20:37:19 +0100
commit07c0a816be9c9f3342272623e69ae0d134ebe46a (patch)
tree736a0c1b9b67be4a47e99e103fa119d45ceba235 /test_deliverable/testcases/test_ASSIGNMULT_driver.c
parentb72ddcdd509e19f95a58a0497344b546a3ad3c50 (diff)
downloadCompiler-07c0a816be9c9f3342272623e69ae0d134ebe46a.tar.gz
Compiler-07c0a816be9c9f3342272623e69ae0d134ebe46a.zip
Completely done
Diffstat (limited to 'test_deliverable/testcases/test_ASSIGNMULT_driver.c')
-rw-r--r--test_deliverable/testcases/test_ASSIGNMULT_driver.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test_deliverable/testcases/test_ASSIGNMULT_driver.c b/test_deliverable/testcases/test_ASSIGNMULT_driver.c
new file mode 100644
index 0000000..857d60f
--- /dev/null
+++ b/test_deliverable/testcases/test_ASSIGNMULT_driver.c
@@ -0,0 +1,6 @@
+int assignmult();
+
+int main()
+{
+ return !(42 == assignmult());
+}