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
[llvm-dlltool] Respect NONAME keyword
[llvm-complete.git]
/
test
/
TableGen
/
CStyleComment.td
blob
9c50f7e96f8fa30ed6acd432e1d775ef26a9146c
1
// Test that multiline, nested, comments work correctly.
2
//
3
// RUN: llvm-tblgen < %s
4
5
/* Foo
6
bar
7
/*
8
blah
9
*/
10
11
stuff
12
*/
13
14
def x;