blob: ef4576d18fac480c31d88779da8e204ce545dd70 [file] [log] [blame]
Steve Naroff4aa88f82007-07-19 01:06:55 +00001// RUN: clang -parse-ast-check %s
2int main() {
3 char *s;
4 s = (char []){"whatever"};
5}