xref
: /
llvm-project
/
llvm
/
test
/
TableGen
/
UnterminatedComment.td
(revision cce21c1dfe9d7ca85cb0c3c6f534723afb95a857)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: not llvm-tblgen < %s >
/dev/null
2>&1
2
3
def x;
4
5
/* /* /* */
6
7