xref: /aosp_15_r20/external/llvm/test/TableGen/CStyleComment.td (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// Test that multiline, nested, comments work correctly.
2*9880d681SAndroid Build Coastguard Worker//
3*9880d681SAndroid Build Coastguard Worker// RUN: llvm-tblgen < %s
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker/* Foo
6*9880d681SAndroid Build Coastguard Worker  bar
7*9880d681SAndroid Build Coastguard Worker  /*
8*9880d681SAndroid Build Coastguard Worker  blah
9*9880d681SAndroid Build Coastguard Worker  */
10*9880d681SAndroid Build Coastguard Worker
11*9880d681SAndroid Build Coastguard Worker  stuff
12*9880d681SAndroid Build Coastguard Worker  */
13*9880d681SAndroid Build Coastguard Worker
14*9880d681SAndroid Build Coastguard Workerdef x;
15