mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 01:20:51 +03:00
9 lines
229 B
D
9 lines
229 B
D
// REQUIRES: target_X86
|
|
|
|
// RUN: %ldc -conf=%S/inputs/override_default.conf -mtriple=x86-apple-windows-msvc -c -o- %s | FileCheck %s --check-prefix=OVERRIDE_DEFAULT
|
|
// OVERRIDE_DEFAULT: LDC - the LLVM D compiler
|
|
|
|
|
|
void foo()
|
|
{
|
|
}
|