mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
10 lines
124 B
C
10 lines
124 B
C
|
|
int type_test()
|
||
|
|
{
|
||
|
|
// This just shouldn't crash the LPC compiler.
|
||
|
|
return python_return()->next;
|
||
|
|
}
|
||
|
|
|
||
|
|
void create()
|
||
|
|
{
|
||
|
|
}
|