mirror of
https://github.com/mfontanini/libtins
synced 2026-01-24 19:21:35 +01:00
8 lines
86 B
C++
8 lines
86 B
C++
int main(void)
|
|
{
|
|
// must fail because there is no initializer
|
|
auto i;
|
|
|
|
return 0;
|
|
}
|