Chromium Code Reviews
|
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 /* Copyright 2011 The Native Client Authors. All rights reserved. | |
|
jvoung - send to chromium...
2012/05/01 23:30:49
2012
Robert Muth (chromium)
2012/05/02 16:18:32
Done.
| |
| 2 * Use of this source code is governed by a BSD-style license that can | |
| 3 * be found in the LICENSE file. | |
| 4 */ | |
| 5 | |
| 6 #include "simple.h" | |
|
jvoung - send to chromium...
2012/05/01 23:30:49
Missing header n the CL?
Robert Muth (chromium)
2012/05/02 16:18:32
Done.
| |
| 7 | |
| 8 int fortytwo() { | |
| 9 return 42; | |
| 10 } | |
| OLD | NEW |