summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_fail/T8131.cmm
blob: 153fb02b244ddbf38c7cc974c1aecf735202a60d (plain)
1
2
3
4
5
6
7
#include "Cmm.h"

testMemcpy (W_ dst, W_ src, W_ l, W_ sz)
{
  prim %memcpy(dst, src, l, sz);
  return ();
}