bc_001='{0}' is not a typedef name but is used as such
bc_002=Constant is not representable
c99_6_9_1_6_s1=6.9.1(6) Every identifier in the identifier list shall be declared in the declaration list
c99_6_7_1_2=6.7.1(2) At most, one storage-class specifier may be given in the declaration specifiers in a declaration
bc_003='{0}' is a typedef name but is not used as such
c99_6_7_5_3_3=6.7.5.3(3) An identifier list in a function declarator that is not part of a definition of that function shall be empty
c99_6_7_2_2=6.7.2(2) The set of type specifiers in every declaration shall represent (1) a single struct, union or enum specifier; (2) a typedef name; or (3) a permutation of one of the following sets: {0}
c99_6_7_2_1_4=6.7.2.1(4) A bit-field shall have a type that is a qualified or unqualified version of _Bool, signed int, unsigned int, or some other implementation-defined type
c99_6_7_3=6.7(3) If an identifier has no linkage, there shall be no more than one declaration of the identifier (in a declarator or type specifier) with the same scope and in the same name space, except for tags as specified in 6.7.2.3.
