blob: 99092eea0c30548057d776ed2790c7a03ad2be91 [file] [log] [blame]
#include <cassert>
int main(int argc, char *[]) {
assert(argc == 2);
return 0;
}