jit: handle equality of function pointer types
[official-gcc.git] / gcc / testsuite / jit.dg / test-empty.c
blob820f232dfeeecf2f872d364c7c43729b32771837
1 #include <stdlib.h>
2 #include <stdio.h>
4 #include "libgccjit.h"
6 #include "harness.h"
8 void
9 create_code (gcc_jit_context *ctxt, void *user_data)
11 /* Do nothing. */
14 void
15 verify_code (gcc_jit_context *ctxt, gcc_jit_result *result)
17 /* We should have a non-NULL result, albeit one with nothing in it. */
18 CHECK_NON_NULL (result);