[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git] / clang / test / CodeGen / imaginary.c
blob2649cebb20fde06d4e47915e5372ab0d9f9b9b78
1 // RUN: %clang_cc1 -verify -emit-llvm-only %s
3 // Just verify that we don't crash until we support _Imaginary.
4 double _Imaginary foo; // expected-error {{imaginary types are not supported}}