aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/builtin32.c
blob: c7689dc847c37951a23b077767b734d01c267e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "framework.h"

BEGIN_TEST(int)
  int *ptr = &c;
#ifdef __K1C__
  int d = c;
  a = __builtin_k1_alclrw(ptr);
  c = d;

#endif
END_TEST32()