9 lines
102 B
C
9 lines
102 B
C
|
#include "testcase.h"
|
||
|
|
||
|
DEFINE_SOLO_TESTCASE(01_basic)
|
||
|
|
||
|
static bool a_01_basic()
|
||
|
{
|
||
|
return false;
|
||
|
}
|