Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
71287953e60d3437b51a69fd3f016b03f5011c52
/
.
/
test
/
TableGen
/
CStyleComment.td
blob: 703ae6837eb8c23065ba41aa297dbc550d0778c4 [
file
] [
log
] [
blame
]
Dan Gohman
f17a25c
2007-07-18 16:29:46 +0000
[
diff
] [
blame
]
1
// Test that multiline, nested, comments work correctly.
2
//
3
// RUN: tblgen < %s
4
5
/* Foo
6
bar
7
/*
8
blah
9
*/
10
11
stuff
12
*/
13
14
def
x
;