brintos

brintos / llvm-project-archived public Read only

0
0
Text · 98 B · f2dde81 Raw
10 lines · c
1typedef float float4;2 3int a();4 5int main() {6  float4 f = 4.0f;7  // break here8  return a(); 9}10