mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
7 lines
100 B
C
7 lines
100 B
C
|
|
/* Testing usage of struct types of an unloaded program. */
|
||
|
|
|
||
|
|
struct test_struct
|
||
|
|
{
|
||
|
|
int value;
|
||
|
|
};
|