mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 19:45:40 -04:00
5 lines
110 B
C
5 lines
110 B
C
// RUN: %clang_cc1 %s -emit-llvm -o /dev/null
|
|
|
|
const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
|
|
|