aboutsummaryrefslogtreecommitdiff
path: root/cc/cc-test/src/baz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc-test/src/baz.cpp')
-rw-r--r--cc/cc-test/src/baz.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/cc/cc-test/src/baz.cpp b/cc/cc-test/src/baz.cpp
deleted file mode 100644
index 2d4b959..0000000
--- a/cc/cc-test/src/baz.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdint.h>
-
-extern "C" int32_t
-baz() {
- int *a = new int(8);
- int b = *a;
- delete a;
- return b;
-}