Body
{
sketch F() {} // error
}
{
mod m {} // error
}
{
fn f() {} f(); // error
}
{
init() {} // error
}
{
use std;
}
{
pub use std; // error
}
{
return 1; // error
}
{
if std::math::PI == 3 { }
}
{
@input
}
{
const B = 1; // error
}
{
a = 1;
}
{
prop a = 1; // error
}
{
1 + 2;
}
{
__builtin::geo2d::Circle(radius=1mm);
}