From: Matthias Braun Date: Wed, 19 Dec 2007 15:54:12 +0000 (+0000) Subject: another error X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ae19377e75d07ced17a3c9c67c1993575e3ef190;p=cparser another error [r18807] --- diff --git a/parsetest/cp_error012.c b/parsetest/cp_error012.c new file mode 100644 index 0000000..b4e4f49 --- /dev/null +++ b/parsetest/cp_error012.c @@ -0,0 +1,7 @@ +typedef unsigned id; + +int main(void) { + unsigned int id = 0; + + return 0; +}