struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / support / regression / tests / _minimal.c
blob6147fba53c4145d19c8439f65fc120e065ceb4ac
1 /** _minimal.c - a minimal regression test, picked from the MP8 fork of sdcc.
2 The _ in the name was chosen to make this the first regression test,
3 since it is meant to bring up regression testing for a new port,
4 as it allows making the regression test framework work first.
5 */
6 #include <testfwk.h>
8 void
9 testMinimal(void)
11 ASSERT(1);