File: has_type.c

package info (click to toggle)
rust-rsconf 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: ansic: 61; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 64 bytes parent folder | download
1
2
3
4
5
6
{0}

int main() {{
	void *ptr = ({1} *) 0;
	return ptr != 0;
}}