[Native][Tests] Move existing CExport tests under the InterfaceV1 dir
To avoid collisions with the future InterfaceNone tests
This commit is contained in:
committed by
Space Team
parent
06c0977408
commit
dd25130464
@@ -0,0 +1,7 @@
|
||||
#include "smoke0_api.h"
|
||||
|
||||
int main() {
|
||||
if (foo() != 42) {
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user