Searched refs:FixedE (Results 1 – 1 of 1) sorted by relevance
18 enum class FixedE : uint32_t { Two }; enum76 …printf("%u", FixedE::Two); //expected-warning{{format specifies type 'unsigned int' but the argume… in a()