Sign in
android-kvm
/
linux
/
0648f839ff754e2825fee2cb7080df5874316b3f
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-gtk2.c
blob: 1ac6d8a1fb149a1a75c13aaf38964398c12fea29 [
file
] [
log
] [
blame
]
#pragma
GCC diagnostic ignored
"-Wstrict-prototypes"
#include
<gtk/gtk.h>
#pragma
GCC diagnostic error
"-Wstrict-prototypes"
int
main
(
int
argc
,
char
*
argv
[])
{
gtk_init
(&
argc
,
&
argv
);
return
0
;
}