10 lines
127 B
C++
10 lines
127 B
C++
#include "helper.h"
|
|
#include "c.h"
|
|
#include "ld.h"
|
|
|
|
int tier0_build()
|
|
{
|
|
return 0;
|
|
};
|
|
DECLARE_BUILD_STAGE(tier0, tier0_build);
|