blob: c3fc2dd9383c6699ea1fb91da114165f1f55a73a [file] [log] [blame]
#include <stdint.h>
extern "C" {
int32_t foo() {
return 42;
}
}