repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
imaginary.c
blob
2649cebb20fde06d4e47915e5372ab0d9f9b9b78
1
// RUN: %clang_cc1 -verify -emit-llvm-only %s
2
3
// Just verify that we don't crash until we support _Imaginary.
4
double
_Imaginary foo
;
// expected-error {{imaginary types are not supported}}