blob: d4b502e7654ed4121891955b565ad589fe67c3bd [file] [log] [blame]
//! A noop import macro handler.
int main(int argc, char** argv) {
return 0;
}