15 lines
416 B
C++
15 lines
416 B
C++
/* Generated by configure */
|
|
// xkb.h is using a variable called 'explicit', which is a reserved keyword in C++
|
|
#define explicit dont_use_cxx_explicit
|
|
#include <xcb/xkb.h>
|
|
#undef explicit
|
|
int main(int argc, char **argv)
|
|
{
|
|
(void)argc; (void)argv;
|
|
/* BEGIN TEST: */
|
|
// This takes more arguments in xcb-xkb < 1.10.
|
|
xcb_xkb_get_kbd_by_name_unchecked(NULL, 0, 0, 0, 0);
|
|
/* END TEST */
|
|
return 0;
|
|
}
|