#include<stdbool.h> void getBool(bool out); void getInt(int out); void test(bool *b, int* i); void test(bool *b, int* i) { getBool(b); getInt(i); } with clang -std ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results