module modules.variables;

int gInt;
double gDouble;

struct Struct {}

Struct gStruct;

enum CONSTANT = 42;

immutable int gImmutableInt;