• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1float foo(float v) { return v; }
2void main() { float x = foo(x); }
3