OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [dll.c] - Rev 749

Go to most recent revision | Compare with Previous | Blame | View Log

/* { dg-require-dll "" } */
 
__declspec (dllimport) int foo;
extern int (* import) (void) __attribute__((dllimport));
int func2 (void) __attribute__((dllexport));
 
__declspec(dllexport) int 
func1 (int a)
{
  return a + foo;
}
 
static int
internal (void)
{
  return 77;
}
 
int
func2 (void)
{
  return import ();
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.