summaryrefslogtreecommitdiff
path: root/examples/type_ambiguous.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/type_ambiguous.c')
-rw-r--r--examples/type_ambiguous.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/type_ambiguous.c b/examples/type_ambiguous.c
new file mode 100644
index 0000000..36602ae
--- /dev/null
+++ b/examples/type_ambiguous.c
@@ -0,0 +1,3 @@
+void hello(int x) {
+ foo_t * x;
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback