summary refs log tree commit diff stats
path: root/tests/ccgbugs/mstatic_assert.nim
blob: dbf9c03d16415c9307a5424d0b39cd1ac48db8e8 (plain) (blame)
1
2
3
4
5
6
{.emit:"""
NIM_STATIC_ASSERT(sizeof(bool) == 1, "");
#warning "foo2"
NIM_STATIC_ASSERT(sizeof(bool) == 2, "");
#warning "foo3"
""".}