All pastes #2130169 Raw Edit

Mine

public c v1 · immutable
#2130169 ·published 2012-03-19 22:26 UTC
rendered paste body
int main(){	foo();	return 0;}void foo(){	// ...}