OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [go.go-torture/] [execute/] [string-1.go] - Rev 698

Compare with Previous | Blame | View Log

package main

func fn(s string) int {
  if s[0] != 'a' || s[1] != 'b' || s[2] != 'c' {
    panic(0);
  }
  return len(s);
}

func main() {
  s := "abc";
  if fn(s) != 3 {
    panic(1);
  }
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.