代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2869349
c syntax1.c
// { dg-do assemble }
// { dg-options "-fsyntax-only" }
// Origin: Mark Mitchell
class AAA{
public:
virtual void fff();
};
void AAA::fff() {}
AAA aaa;
main ()
{
aaa.ff
www.eeworm.com/read/366702/2869404
c syntax4.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/366702/2869480
c syntax3.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/366702/2869503
c syntax2.c
// { dg-do assemble }
// { dg-options "-fsyntax-only" }
// Origin: Mark Mitchell
struct B
{
double d;
virtual void f ();
};
struct C: virtual public B
{
char c;
};
www.eeworm.com/read/366702/2869975
c syntax1.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/366702/2870183
c syntax2.c
// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/366702/2873109
tree syntax-1.tree
// { dg-do compile }
external_reference void exit(int); // { dg-error "(parse|syntax) error" }
static int foo (int a);
foo
{
return a;
}
www.eeworm.com/read/357352/3016148
tests syntax_err.tests
echo shown
echo test `echo 'aa`
echo not shown