mirror of
https://github.com/dlang/dmd.git
synced 2025-05-07 11:36:49 +03:00
10 lines
171 B
D
10 lines
171 B
D
/*
|
|
EXTRA_ARGS: -main
|
|
*/
|
|
|
|
#line 1000
|
|
void foo()
|
|
{
|
|
int var1; // col: 9 (4 spaces + 3 chars + 1 space)
|
|
float var2; // col: 17 (10 spaces + 5 chars + 1 space)
|
|
}
|