1 #include <ccan/tcon/tcon.h>
8 struct int_and_charp_container {
10 TCON(int *tc1; char *tc2);
13 int main(int argc, char *argv[])
15 struct int_and_charp_container icon;
18 #error We cannot detect type problems without HAVE_TYPEOF
27 x = tcon_cast(&icon, tc1, icon.raw.p);