Treat copysignl like the other copysign functions.
[oota-llvm.git] / test / FrontendC / 2006-09-25-DebugFilename.c
1 // RUN: not %llvmgcc -xc %s -S -o /dev/null |& \
2 // RUN:   grep fluffy | grep 2006-09-25-DebugFilename.c
3 #include "2006-09-25-DebugFilename.h"
4 int func1() { return hfunc1(); }
5 int func2() { fluffy; return hfunc1(); }
6