2
0
Fork 0
mirror of https://github.com/uutils/coreutils synced 2024-12-25 20:43:14 +00:00
coreutils/tests/fixtures/expand/with-tab.txt
2020-05-15 18:09:10 -05:00

6 lines
126 B
Text

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