blob: b711ea15a24654a4d7c621bb9ec7c9ccd7dd3cfb [file] [log] [blame]
/* { dg-do compile } */
/* { dg-additional-options "-fdump-tree-original" } */
/* Test to ensure that device-modifier 'device_num' is parsed correctly in
device clauses. */
void
foo (void)
{
#pragma omp target device (device_num : 42)
;
}
/* { dg-final { scan-tree-dump "pragma omp target \[^\n\r)]*device\\(42\\)" "original" } } */