1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/test/FrontendC/2005-09-20-ComplexConstants.c

5 lines
114 B
C
Raw Normal View History

// RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null
2005-09-21 08:53:56 +02:00
const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};