pvogt09 73cbb64041
Fixes issues with globbing files with partial match(#23)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2020-07-28 13:54:55 +02:00

7 lines
112 B
C

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