quakeforge/tools/qfcc/test/vector_float.r

9 lines
58 B
R

vector vec;
float f;
void()foo =
{
vec = f;
f = vec;
}