summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/compound-type.c
blob: 352f6cc3ce65d036c0f50e7701265fb783031acf (plain)
1
2
3
4
5
6
7
// RUN: clang-cc < %s -emit-llvm -triple i686-pc-linux-gnu > %t &&
// RUN: grep "div i32" %t &&
// RUN: grep "shl i32" %t

unsigned char a,b;
void c(void) {a <<= b;}
void d(void) {a /= b;}
OpenPOWER on IntegriCloud