#include "../../../include/ground.h" GroundArg _GroundNewArgValueRef(GroundIdentifier* ref) { return (GroundArg) { .type = GroundArg_ValueRef, .as.ref = Ground.Copy.Identifier(ref) }; }