7 lines
112 B
C
Raw Normal View History

/* C code test file
* file that should not be matched for shellcheck runs
*/
int main(void) {
return 0;
}