blob: fb55a41e87c5cb8cbbfc96e39643a4091e942292 [file] [log] [blame]
Reid Spencer1bb52e02007-02-09 15:15:21 +00001// RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | \
Dan Gohman28beeea2007-08-15 13:36:28 +00002// RUN: llvm-dis | grep {foo\[12345\]} | count 5
Chris Lattner16954832006-01-24 05:01:39 +00003
4__asm__ ("foo1");
5__asm__ ("foo2");
6__asm__ ("foo3");
7__asm__ ("foo4");
8__asm__ ("foo5");