[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / tests / assert-msg-test.c
1 #include <glib.h>
2
3 int main(int argc, char **argv)
4 {
5     g_assert(42 < 0);
6     return 0;
7 }
8