brintos

brintos / llvm-project-archived public Read only

0
0
Text · 235 B · 3f0ae9f Raw
9 lines · plain
1# RUN: %lldb -s %s  | FileCheck %s2log enable lldb event3expr 14expr 1 // And a very long comment.5quit6 7# CHECK: {{title = "Running expression", details = "1"}}8# CHECK: {{title = "Running expression", details = "1 // And a ver…"}}9