Alex Lorenz | a1479d7 | 2017-07-31 13:37:50 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s |
2 | |||||
3 | #pragma pack (push, 1) | ||||
4 | #pragma pack() | ||||
5 | // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:14-[[@LINE-1]]:14}:"pop" |