mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
7 lines
179 B
Text
7 lines
179 B
Text
// !note: file contains significant whitespace
|
|
// * indentation uses <TAB> characters
|
|
int main() {
|
|
// * next line has both a leading & trailing tab
|
|
// with tabs=>
|
|
return 0;
|
|
}
|