Initial Revision
[ohcount] / test / expected_dir / d1.d / dmd / code
1 int main(char[][] args)
2 {
3 int w_total; // a comment and code on the same line
4 this_line_is_code();
5 this_line_is_also_code();
6 x = `when inside a backtick string, /+ does not begin a nested comment`;
7 y = `when inside a backtick string, /* does not begin a nested comment`;
8 z = `when inside a backtick string, // does not begin a nested comment`;
9 }