blob: 19391122fcadb7ea8c30a4f0849f1ad1a3da092f [file] [log] [blame]
// RUN: %llvmgcc %s -S -o -
void regnode(int op);
void regnode(op)
char op;
{
}