xref
: /
external
/
llvm
/
test
/
TableGen
/
nested-comment.td
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: llvm-tblgen < %s
2
3
/* foo
4
5
/ foo
6
7
/*NoReg*/, baz
8
9
10
*/
11
12
def X;
13