view gcc/testsuite/gcc.dg/pragma-darwin-2.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* Darwin (Mac OS X) pragma exercises.  */

/* { dg-do compile { target *-*-darwin* } } */

/* The mark pragma is valid at any point in the program.  Fortunately
   the compiler only needs to ignore it.  It's also followed only
   by pp-tokens, not necessarily real C tokens.  */

void foo(void) 
{
  if (1) {
    ;
  }
  else if (1) {
    ;
  }
#pragma mark "last case" "hi"
  else if (1) {
    ;
  }
}

#pragma mark 802.11x 1_2_3
#pragma mark •••• marker ••••