summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-25 15:33:28 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-25 15:33:28 -0500
commitc0cb1699b83331daf960c28d49f46ceb57906170 (patch)
tree53af4b1f159f8aa3834dadd7d29a8871376fbb6a /test.c
parent9df83e399d7691bb20cc9d42ddb70619908aeeca (diff)
...
Diffstat (limited to 'test.c')
-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;
-}