#version 130

void main()
{
  float foo;
  float undefined;

  foo = undefined;
}