You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tlang/source/tlang/testing/meta/types.t

8 lines
95 B
Raku

module meta_types;
size_t myVar = 1;
size_t function(size_t param1)
{
return 1UL+myVar;
}