summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test.c b/test.c
deleted file mode 100644
index e774509..0000000
--- a/test.c
+++ /dev/null
@@ -1,7 +0,0 @@
-typedef struct Point {
- long x, y;
-} Point;
-
-long p(Point x) {
- return x.x + x.y;
-}