Add tests for std usage. Closes #5097.
parent
d3c191b7a3
commit
4afc3b968b
3 changed files with 19 additions and 0 deletions
@ -0,0 +1,2 @@ |
||||
project('std_remains', 'c', default_options: ['c_std=c99']) |
||||
executable('prog', 'prog.c') |
@ -0,0 +1 @@ |
||||
int main(int argc, char **argv) { return 0; } |
Loading…
Reference in new issue