1*0a6a1f1dSLionel Sambuc // RUN: %clang -target i386-unknown-linux-gnu %s -### 2>&1 | FileCheck -check-prefix=LINUX %s 2*0a6a1f1dSLionel Sambuc // LINUX: a.out 3*0a6a1f1dSLionel Sambuc 4*0a6a1f1dSLionel Sambuc // RUN: %clang -target i686-pc-windows-msvc %s -### 2>&1 | FileCheck -check-prefix=WIN %s 5*0a6a1f1dSLionel Sambuc // RUN: %clang -target i686-pc-windows-gnu %s -### 2>&1 | FileCheck -check-prefix=WIN %s 6*0a6a1f1dSLionel Sambuc // RUN: %clang -target i686-windows-gnu %s -### 2>&1 | FileCheck -check-prefix=WIN %s 7*0a6a1f1dSLionel Sambuc // WIN: a.exe 8