summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/wdisallowed-functions-1.c
blob: 39760950d69bfd2dd7768d2c458495236f0a18b3 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-Wdisallowed-function-list=foobar" } */

int foobar (int i)
{
  return (i * 5);
}