blob: a5383cc40fa99ee8211dfcb77d154dee8943b58f [file] [log] [blame]
// RUN: clang -parse-ast -verify %s
int main() {
char *s;
s = (char []){"whatever"};
}