1 ; RUN: opt -S -lowertypetests -lowertypetests-summary-action=export -o - %s | FileCheck %s
3 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-scei-ps4"
6 ; CHECK: @dipsy = external
7 @dipsy = external constant i8, !type !0
9 define void @tinkywinky() {
10 store i8* @dipsy, i8** undef
14 !0 = !{i64 16, !"teletubbies"}