• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1int3 foo()
2{
3    return 13;
4}
5
6float4 main(float f)
7{
8    return f;
9}
10