ORCA-C/Tests
Stephen Heumann f31b5ea1e6 Allow "extern inline" functions.
A function declared "inline" with an explicit "extern" storage class has the same semantics as if "inline" was omitted. (It is not an inline definition as defined in the C standards.) The "inline" specifier suggests that the function should be inlined, but it is legal to just ignore it, as we already do for "static inline" functions.

Also add a test for the inline function specifier.
2022-10-29 19:43:57 -05:00
..
Conformance Allow "extern inline" functions. 2022-10-29 19:43:57 -05:00
Deviance Fix various C99+ conformance issues and bugs in test cases. 2022-10-17 20:17:24 -05:00
Spec.Conform Fix various C99+ conformance issues and bugs in test cases. 2022-10-17 20:17:24 -05:00
Spec.Deviance Fix various C99+ conformance issues and bugs in test cases. 2022-10-17 20:17:24 -05:00