fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include"ef.h"
|
||||
|
||||
DLL_PUBLIC Ef::Ef() : x(99) {
|
||||
}
|
||||
|
||||
int DLL_PUBLIC Ef::get_x() const {
|
||||
return x;
|
||||
}
|
||||
Reference in New Issue
Block a user