mtd: rawnand: brcmnand: fallback to detected ecc-strength, ecc-step-size
[linux/fpc-iii.git] / tools / build / feature / test-gtk2.c
blob2aaf4bfc20556add03edc51d2e982c4d3f29b84b
1 // SPDX-License-Identifier: GPL-2.0
2 #pragma GCC diagnostic ignored "-Wstrict-prototypes"
3 #include <gtk/gtk.h>
4 #pragma GCC diagnostic error "-Wstrict-prototypes"
6 int main(int argc, char *argv[])
8 gtk_init(&argc, &argv);
10 return 0;