hanchenye-llvm-project/clang/test/CodeGen/2006-03-17-KnRMismatch.c

9 lines
92 B
C

// RUN: %clang_cc1 %s -emit-llvm -o -
void regnode(int op);
void regnode(op)
char op;
{
}