Browse Source

new test

master
Nathan R 3 years ago
parent
commit
e4447544a9
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      ccmeta-tree.txt

+ 5
- 1
ccmeta-tree.txt View File

@ -1,3 +1,5 @@
typedef int (*pvfi)(int j);
void fun() {
typedef int i;
{
@ -6,5 +8,7 @@ void fun() {
f g1;
}
i j2;
f g2; // <---- ERROR
//pvfi for;
//j k;
//f g2; // <---- ERROR
}

Loading…
Cancel
Save