[ create a new paste ] login | about

Link: http://codepad.org/PpJmxokq    [ raw code | output | fork ]

maweaver - D, pasted on Aug 25:
1
2
3
4
void main() {
  /+ /+ This should be ok +/ +/
  /* /* This should fail */ */
}


Output:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Line 3: expression expected, not '/'
Line 4: found '}' when expecting ';' following 'statement'
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement
Line 5: found 'EOF' instead of statement


Create a new paste based on this one


Comments: