// Same as declareAttributes without short data.  Used for volume tests since "short" volumes
// are not supported at the moment.  Can be deprecated if this ever changes

@float_test1;
int32@int_test1;

int32@int_test2 = 5;
int64@long_test = 3l;

float@float_test2 = 0.2f;
double@double_test = 0.3;

f@float_test3 = 10.0f;
@float_test4 = 10.0f;

i@int_test3 = 10;
