Test for r133070.

llvm-svn: 133079
This commit is contained in:
Eli Friedman 2011-06-15 20:17:07 +00:00
parent a472b7d900
commit e4ff968f56
1 changed files with 4 additions and 0 deletions

View File

@ -93,3 +93,7 @@ void t6() {
double t7(double _Complex c) {
return __builtin_fabs(__real__(c));
}
void t8() {
__complex__ int *x = &(__complex__ int){1};
}