Searched refs:long_fract_int (Results 1 – 1 of 1) sorted by relevance
163 _Fract long_fract_int; in CheckSuffixOnIntegerLiterals() local180 long_fract_int = 10lr; // expected-error{{invalid suffix 'lr' on integer constant}} in CheckSuffixOnIntegerLiterals()206 long_fract_int = 010lr; // expected-error{{invalid suffix 'lr' on integer constant}} in CheckSuffixOnIntegerLiterals()223 long_fract_int = 0x10lr; // expected-error{{invalid suffix 'lr' on integer constant}} in CheckSuffixOnIntegerLiterals()