Searched refs:weak_int (Results 1 – 1 of 1) sorted by relevance
102 extern const int weak_int __attribute__((weak));103 const int weak_int = 42; variable104 int weak_int_test = weak_int; // expected-error {{not a compile-time constant}}