aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ss/one_part_2.c
blob: 2d6f73f8379c6060281517612ddcb9aaab46635c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (C) 2005 Free Software Foundation.
   Contributed by Devang Patel  <dpatel@apple.com>  */

/* Test simple use of symbol repository.
   Include file one.h is supplied as one.ssh in this directory,
   so that ss.exp can pick it up as candidate for making 
   repository.  */
/* { dg-do assemble } */
#include "one.h"
extern int foo ()
{
}