PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Untitled
11 sec ago
Untitled
4 sec ago
===>SELL<== ...
24 sec ago
Peter Zohdy & ...
18 sec ago
VBScript: Trim cha...
10 sec ago
empty code
11 sec ago
Untitled
13 sec ago
Live Watch Atléti...
1 min ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.17 KB | hits: 16 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
void simpleScope()
{
int i;
i = 0;
{
int j;
checkpoint1:
j = 0;
checkpoint2:
}
checkpoint3:
}
create a
new version
of this paste
RAW Paste Data
void simpleScope() { int i; i = 0; { int j; checkpoint1: j = 0; checkpoint2: } checkpoint3: }