C++程序  |  9行  |  82 B

// RUN: %llvmgcc %s -S -o -

void regnode(int op);

void regnode(op)
char op;
{
}