Clang Project

clang_source_code/test/FixIt/fixit-pragma-pack.c
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"
6