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
one file to either print a tree or the program
master
Nathan R
3 years ago
parent
2eb5d2d26f
commit
8b54180b76
1 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
ccmeta-input.txt
+ 16
- 0
ccmeta-input.txt
View File
@ -0,0 +1,16 @@
#define INTE 3
typedef int (*pvfi)(int j);
void fun() {
typedef int i;
{
typedef float f;
i j1;
f g1;
}
i j2;
//pvfi for;
//j k;
//f g2; // <---- ERROR
}
Write
Preview
Loading…
Cancel
Save