Hackvent_2018/Day 19/test.cpp

6 lines
88 B
C++
Raw Permalink Normal View History

2018-12-20 14:52:00 +01:00
int main() {
unsigned int i = 10;
unsigned int *par0 = &i;
int r3 = (int)par0;
}