blob: d704c39d5c42f096effc85cb4001e21c4e6826fc [file] [log] [blame]
// ignore-license
void args_check();
int main() {
args_check();
return 0;
}