ソースを参照

new input file with dynamic C expression

master
Nathan R 3年前
コミット
392a8bea7d
1個のファイルの変更7行の追加13行の削除
  1. +7
    -13
      ccmeta-input.txt

+ 7
- 13
ccmeta-input.txt ファイルの表示

@ -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());

読み込み中…
キャンセル
保存