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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [testsuite/] [ifuncvar3.c] - Blame information for rev 159

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 159 khays
/* Test global variable initialized to hidden STT_GNU_IFUNC symbol.  */
2
 
3
#include <assert.h>
4
 
5
extern void bar (void);
6
extern int didit;
7
 
8
int
9
main (void)
10
{
11
  bar ();
12
  assert (didit == 1);
13
  return 0;
14
}

powered by: WebSVN 2.1.0

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