1
0
Fork 0
mirror of https://github.com/ludeeus/action-shellcheck.git synced 2024-08-16 10:09:53 +02:00
shellcheck/testfiles/bashfile.c
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

6 lines
112 B
C

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