diff options
Diffstat (limited to 'test/FrontendC/2007-08-21-ComplexCst.c')
-rw-r--r-- | test/FrontendC/2007-08-21-ComplexCst.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/FrontendC/2007-08-21-ComplexCst.c b/test/FrontendC/2007-08-21-ComplexCst.c deleted file mode 100644 index ebdee14..0000000 --- a/test/FrontendC/2007-08-21-ComplexCst.c +++ /dev/null @@ -1,3 +0,0 @@ -// RUN: %llvmgcc -O2 -S %s -o /dev/null -void f(_Complex float z); -void g() { f(1.0i); } |