mirror of
https://gitlab.isc.org/isc-projects/kea.git
synced 2025-12-20 00:53:34 +08:00
7 lines
67 B
C++
7 lines
67 B
C++
#include <mysql.h>
|
|
|
|
int main() {
|
|
my_bool _(0);
|
|
return 0;
|
|
}
|