Fix gcc.dg/pr97897.c

This adds dg-options "" to avoid the pedantic error on _Complex int.

2020-11-19  Richard Biener  <rguenther@suse.de>

	* gcc.dg/pr97897.c: Add dg-options.
This commit is contained in:
Richard Biener 2020-11-19 13:26:16 +01:00
parent b08e0ee301
commit 717e22dcd4

View file

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-options "" } */
void h ();
void f () __attribute__ ((returns_twice));