coreutils/tests/fixtures/expand/with-spaces.txt
2020-05-15 18:09:10 -05:00

7 lines
135 B
Plaintext

// !note: file contains significant whitespace
// * indentation uses <SPACE> characters
int foo() {
// with spaces
return 0;
}