DEBSOURCES
Skip Quicknav
sources / rust-rsconf / 0.2.2-1 / snippets / has_type.c
123456
{0} int main() {{ void *ptr = ({1} *) 0; return ptr != 0; }}