mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
// !note: file contains significant whitespace
|
|
// * indentation uses <TAB> characters
|
|
int main() {
|
|
// * next line has both a leading & trailing tab
|
|
// with tabs=>
|
|
return 0;
|
|
}
|