blob: bc872789004ba8e489e5bd5a0c30f4b3a02cb121 [file] [log] [blame]
typedef void ft(int);
const ft f;
void f2(ft *p __attribute__((const)))
{
p = f;
}