Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 %s -E | not grep 'scratch space'
      2 
      3 #define push _Pragma ("pack(push)")
      4 push
      5