We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a23f38 commit d547bfbCopy full SHA for d547bfb
driver.c
@@ -52,8 +52,6 @@ static int call_func(const char* name, int n) {
52
return (int)LLVMGenericValueToInt(answer, 1);
53
}
54
55
-typedef int (*itoi_t)(int);
56
-
57
static int run_itoi(const char* name, int argc, const char* argv[]) {
58
int n;
59
if (argc < 2) {
0 commit comments