blob: 209adc502fa5cb531ed1340404a4f62ee3cf6fbe [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001// RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null
Chris Lattner77f80052005-09-21 06:53:56 +00002
3const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
4