fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include<public_header.h>
|
||||
#include<private_header.h>
|
||||
|
||||
int public_func() {
|
||||
return round1_a();
|
||||
}
|
||||
|
||||
int round1_a() {
|
||||
return round1_b();
|
||||
}
|
||||
|
||||
int round2_a() {
|
||||
return round2_b();
|
||||
}
|
||||
Reference in New Issue
Block a user