error44
authorMatthias Braun <matze@braunis.de>
Thu, 7 Aug 2008 12:27:02 +0000 (12:27 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 7 Aug 2008 12:27:02 +0000 (12:27 +0000)
[r21043]

parsetest/cp_error044.c [new file with mode: 0644]

diff --git a/parsetest/cp_error044.c b/parsetest/cp_error044.c
new file mode 100644 (file)
index 0000000..818508a
--- /dev/null
@@ -0,0 +1,8 @@
+typedef void ALvoid;
+
+int f(ALvoid);
+
+int main(void)
+{
+       return 0;
+}