• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@bar = global i32()* @foo
2
3define internal i32 @foo() {
4  ret i32 7
5}
6