test for something more interesting than not crashing

llvm-svn: 47962
This commit is contained in:
Andrew Lenharth 2008-03-05 20:24:26 +00:00
parent 04bd14db4d
commit 7fbece5d8a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %llvmgcc %s -S -emit-llvm -o /dev/null
// RUN: %llvmgcc %s -S -emit-llvm -o - | grep llvm.atomic
int* foo(int** a, int* b, int* c) {
return __sync_val_compare_and_swap (a, b, c);