1 // RUN: %clang -target i386 -m16 -### -c %s 2>&1 | FileCheck %s
2 
3 // CHECK: Target: i386-{{.*}}-{{.*}}-code16
4 
5