aboutsummaryrefslogtreecommitdiffstats
path: root/multiple_labels_crash_test/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'multiple_labels_crash_test/driver.c')
-rw-r--r--multiple_labels_crash_test/driver.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/multiple_labels_crash_test/driver.c b/multiple_labels_crash_test/driver.c
deleted file mode 100644
index 3084e131..00000000
--- a/multiple_labels_crash_test/driver.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <stdio.h>
-#include "init.h"
-
-extern void init ();
-extern void foo ();
-extern unsigned long long int checksum ();
-
-int main () {
- init ();
- foo ();
- printf("%llu\n", checksum ()); return 0;
-} \ No newline at end of file