This repository has been archived on 2023-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
errsy/tests/very_long_errors.c

15 lines
141 B
C
Raw Normal View History

2023-06-01 16:02:58 +02:00
int main () {
}
#define a 1
int aa(int ab ,char *cd) {
int de;
int r;
float x = 52.f;
return 5
;
}