5 // RUN: ln -sf test.c link.c
6 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-absolute-paths link.c 2>&1 | FileCheck %s
8 // Verify that -fdiagnostics-absolute-paths resolve symbolic links in
9 // diagnostics messages.
12 // CHECK-SAME: error: unknown type name
16 // Don't make symlinks on Windows.
17 // UNSUPPORTED: system-windows