brintos

brintos / llvm-project-archived public Read only

0
0
Text · 63 B · 7d1b9fd Raw
6 lines · c
1// RUN: %clang_cc1 %s2int abc (const float x) {3  return 1;4}5 6