slightly increase prettiness.
[llvm/avr.git] / test / FrontendC / 2006-01-23-FileScopeAsm.c
blobfb55a41e87c5cb8cbbfc96e39643a4091e942292
1 // RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | \
2 // RUN: llvm-dis | grep {foo\[12345\]} | count 5
4 __asm__ ("foo1");
5 __asm__ ("foo2");
6 __asm__ ("foo3");
7 __asm__ ("foo4");
8 __asm__ ("foo5");