]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - tools/build/feature/test-gtk2-infobar.c
Input: wm97xx: add new AC97 bus support
[mirror_ubuntu-focal-kernel.git] / tools / build / feature / test-gtk2-infobar.c
CommitLineData
c7a79e96
IM
1#pragma GCC diagnostic ignored "-Wstrict-prototypes"
2#include <gtk/gtk.h>
3#pragma GCC diagnostic error "-Wstrict-prototypes"
4
1e3f30fa 5int main(int argc, char *argv[])
c7a79e96 6{
1e3f30fa 7 gtk_init(&argc, &argv);
c7a79e96
IM
8 gtk_info_bar_new();
9
10 return 0;
11}