coreutils/tests/fixtures/expand/with-spaces.txt

7 lines
135 B
Text
Raw Normal View History

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