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