aboutsummaryrefslogtreecommitdiff
path: root/a.c
diff options
context:
space:
mode:
Diffstat (limited to 'a.c')
-rw-r--r--a.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/a.c b/a.c
new file mode 100644
index 0000000..b2062b7
--- /dev/null
+++ b/a.c
@@ -0,0 +1,3 @@
+int main() {
+ int* ptr;
+}