• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1void main()
2{
3    float1 f1;
4    f1.x = 0.5;
5
6    // This is not implemented
7    // f1.xx = float2(0.6, 0.7);
8}
9