fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifdef CTHING
|
||||
#error "Local C argument set in wrong target"
|
||||
#endif
|
||||
|
||||
#ifdef CPPTHING
|
||||
#error "Local CPP argument set in wrong target"
|
||||
#endif
|
||||
|
||||
extern "C" int func();
|
||||
|
||||
int main(void) {
|
||||
return func();
|
||||
}
|
||||
Reference in New Issue
Block a user