diff --git a/examples/bare1.rs b/examples/bare1.rs
index b3920efcd15089e81db9e611d19276229f538c30..b6ab7a1ca3cb6f5c8e63d3f3805c29a64ab1bf7b 100644
--- a/examples/bare1.rs
+++ b/examples/bare1.rs
@@ -219,7 +219,13 @@ fn main() -> ! {
 //    Compare the generated assembly for the loop
 //    between the dev (unoptimized) and release (optimized) build.
 //
-//    ** your answer here **
+// disassemble
+// {"token":40,"outOfBandRecord":[],"resultRecords":{"resultClass":"done","results":[]}}
+// Dump of assembler code for function main:
+//    0x08000400 <+0>:	nop
+// => 0x08000402 <+2>:	bkpt	0x0000
+//    0x08000404 <+4>:	b.n	0x8000400 <main>
+// End of assembler dump.
 //
 //    commit your answers (bare1_5)
 //