Home
last modified time | relevance | path

Searched refs:weak_int (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
Dconst-eval.c102 extern const int weak_int __attribute__((weak));
103 const int weak_int = 42; variable
104 int weak_int_test = weak_int; // expected-error {{not a compile-time constant}}