dd25130464
To avoid collisions with the future InterfaceNone tests
7 lines
87 B
C
Vendored
7 lines
87 B
C
Vendored
#include "smoke0_api.h"
|
|
|
|
int main() {
|
|
if (foo() != 42) {
|
|
return -1;
|
|
}
|
|
} |