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/multiples_errors.c
2023-06-01 10:16:04 +02:00

5 lines
47 B
C

int main(void)
{
char *a;
int* c;
}