[ucsim-z80] Fix #3828: uCsim SM83 flags simulation
[sdcc.git] / sdcc / support / regression / fwk / lib / extern1.c
blobc3974972ef380514a51d8717db85ef60004b20e5
1 /* needed by tests/inline.c */
3 #ifdef __SDCC
4 #pragma std_sdcc99
5 #endif
7 /*--------------
8 bug 2591
9 extern definition with parameters not in registers
10 these parameters should only be allocated here
11 the corresponding inline definition is in tests/inline.c
13 extern long bug_2591 (long a, long b, long c)
15 return a | b | c;
18 extern char inlined_function (void)
20 return 2;
23 /* needed by tests/test-p99-conformance.c */
24 void
25 has_undefined_symbol2(void) {
26 /* empty */