aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/ss/ss-cmd1.c
blob: 167d666f63e7b7f6071b03b01c2c2b5259ab04e7 (plain)
1
2
3
4
5
6
7
8
9
10
/* APPLE LOCAL entire file */
/* Copyright (C) 2003 Free Software Foundation.
   Contributed by Devang Patel  <dpatel@apple.com>  */
/* Test command line option -grepository */
/* { dg-do compile } */
/* { dg-options "-grepository" } */
int main()
{
  return 0;
}