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

7 lines
126 B
Text
Raw Normal View History

// !note: file contains significant whitespace
// * indentation uses <TAB> characters
int main() {
// with tabs
return 0;
}