1 | // RUN: %clang_cc1 -verify %s |
---|---|
2 | constant int no_init; // expected-error {{variable in constant address space must be initialized}} |
3 |
1 | // RUN: %clang_cc1 -verify %s |
---|---|
2 | constant int no_init; // expected-error {{variable in constant address space must be initialized}} |
3 |