用于进行gcc测试

源代码在线查看: wold-style-definition-2.c

软件大小: 6330 K
上传用户: yhw002
关键词: gcc 测试
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* PR c/12466				   Test for not warning about ellipsises with -Wold-style-definition. */								/* Origin: Kelley Cook  */				/* { dg-do compile } */				/* { dg-options "-Wold-style-definition" } */								void bar1 ( ... ) {} /* { dg-error "ISO C requires a named argument" } */								void bar2 (int a, ... ) {}							

相关资源