tlang/source/tlang/testing/simple_discard.t

12 lines
86 B
Raku

module simple_discard;
void hello()
{
}
int myEntry()
{
discard hello();
}