brintos

brintos / llvm-project-archived public Read only

0
0
Text · 92 B · f678e9f Raw
9 lines · c
1// RUN: %clang_cc1 %s -emit-llvm -o -2 3void regnode(int op);4 5void regnode(op)6char op;7{8}9