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