This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
ccmeta
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
new test
master
Nathan R
3 years ago
parent
2a84230007
commit
e4447544a9
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
Write
Preview
Loading…
Cancel
Save