1*f4a2713aSLionel Sambuc// RUN: %clang_cc1 -emit-llvm -fobjc-exceptions -triple x86_64-apple-darwin -o %t %s 2*f4a2713aSLionel Sambuc// RUN: %clang_cc1 -g -emit-llvm -fobjc-exceptions -triple x86_64-apple-darwin -o %t %s 3*f4a2713aSLionel Sambuc 4*f4a2713aSLionel Sambuc// An error could be seen for targeting x86_64-win32; 5*f4a2713aSLionel Sambuc// 6*f4a2713aSLionel Sambuc// Bitcast requires types of same width 7*f4a2713aSLionel Sambuc// %7 = bitcast i32 %6 to i64 8*f4a2713aSLionel Sambuc// 9*f4a2713aSLionel Sambuc// Then, This test should be excluded on x86_64-win32. 10*f4a2713aSLionel Sambuc// REQUIRES: LP64 11*f4a2713aSLionel Sambuc 12*f4a2713aSLionel Sambuc#include "objc-language-features.inc" 13