• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -march=c
2
3; The C backend was dying when there was no typename for a struct type!
4
5declare i32 @test(i32, { [32 x i32] }*)
6