brintos

brintos / llvm-project-archived public Read only

0
0
Text · 438 B · da9db7c Raw
15 lines · cpp
1// RUN: rm -rf %t2// RUN: mkdir %t3// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -target x86_64-apple-darwin10 %s > %t/out4// RUN: FileCheck %s < %t/out5 6class Foo;7// CHECK: CXComment_Text Text=[ Foo is the best!])))]8 9/// Foo is the best!10class Foo;11// CHECK: CXComment_Text Text=[ Foo is the best!])))]12 13class Foo {};14// CHECK: CXComment_Text Text=[ Foo is the best!])))]15