For PR1338: Rename test dirs
[oota-llvm.git] / test / FrontendC / 2007-08-21-ComplexCst.c
1 // RUN: %llvmgcc -O2 -c %s -o /dev/null
2 void f(_Complex float z);
3 void g() { f(1.0i); }