소스 검색

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

불러오는 중...
취소
저장