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 input file with dynamic C expression
master
Nathan R
3 years ago
parent
828912aa81
commit
392a8bea7d
1 changed files
with
7 additions
and
13 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-13
ccmeta-input.txt
+ 7
- 13
ccmeta-input.txt
View File
@ -1,14 +1,8 @@
typedef int (*pvfi)(int j);
@{
n=31;
o() {
{ __proto__ : C_int, text : string(n++) }; }
}
void fun() {
typedef int i;
{
typedef float f;
i j1;
f g1;
}
i j2;
//pvfi for;
//j k;
//f g2; // <---- ERROR
}
x = @(o());
y = @(o());
Write
Preview
Loading…
Cancel
Save