| Chris Lattner | 40ae76e | 2003-07-30 19:40:00 +0000 | [diff] [blame] | 1 | // Test that multiline, nested, comments work correctly. |
| 2 | // | ||||
| Peter Collingbourne | 7f7f2e9 | 2011-10-06 13:39:59 +0000 | [diff] [blame] | 3 | // RUN: llvm-tblgen < %s |
| Chris Lattner | 40ae76e | 2003-07-30 19:40:00 +0000 | [diff] [blame] | 4 | |
| 5 | /* Foo | ||||
| 6 | bar | ||||
| 7 | /* | ||||
| 8 | blah | ||||
| 9 | */ | ||||
| 10 | |||||
| 11 | stuff | ||||
| 12 | */ | ||||
| 13 | |||||
| 14 | def x; | ||||