mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
6 lines
66 B
C++
6 lines
66 B
C++
![]() |
int main()
|
||
|
{
|
||
|
int * test = nullptr;
|
||
|
return test ? 1 : 0;
|
||
|
}
|