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