summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PR2413-void-address-cast-error.c
blob: 95a4c6d80fc32379cad1d77513b9a7da9531a7e4 (plain)
1
2
3
4
5
6
// RUN: clang-cc -emit-llvm %s -o -
void f()
{
        void *addr;
        addr = (void *)( ((long int)addr + 7L) );
}
OpenPOWER on IntegriCloud