repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lib/ObjectYAML] - Change interface to return `bool` instead of `int`. NFCI
[llvm-complete.git]
/
test
/
TableGen
/
unterminated-c-comment.td
blob
0f4cd9d633c66d995070375ffa47fa314e26d084
1
// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
2
3
// CHECK: error: Unterminated comment!
4
5
include "unterminated-c-comment-include.inc" */