forked from qt-creator/qt-creator
6 lines
42 B
C++
6 lines
42 B
C++
|
|
int main()
|
||
|
|
{
|
||
|
|
int *i;
|
||
|
|
return *i;
|
||
|
|
}
|